Drop the last use of GDK_MULTIHEAD_SAFE
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Nov 2017 21:14:19 +0000 (16:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Nov 2017 21:14:19 +0000 (16:14 -0500)
This define is not used anymore, this was a leftover.

gtk/gtkicontheme.h

index 87cdcf5e8467081be4da4eca79afe46d5c3d16d2..b9447ba135d58c6c7db9ed4130b9dbf61f2a2aa8 100644 (file)
@@ -345,12 +345,10 @@ GdkPixbuf *           gtk_icon_info_load_symbolic_for_context_finish (GtkIconInf
                                                                      gboolean         *was_symbolic,
                                                                      GError          **error);
 
-#ifndef GDK_MULTIHEAD_SAFE
 GDK_AVAILABLE_IN_ALL
 gboolean gtk_icon_size_lookup (GtkIconSize  size,
                                gint        *width,
                                gint        *height);
-#endif /* GDK_MULTIHEAD_SAFE */
 
 
 G_END_DECLS